home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / mkdir.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKDIR(1L)         Misc. Reference Manual Pages          MKDIR(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      mkdir - make directories
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      mmmmkkkkddddiiiirrrr [-p] [-m mode] [--parents] [--mode=mode] [--help] [- -
  13.      version] dir...
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This manual page documents the GNU version of mmmmkkkkddddiiiirrrr.   mmmmkkkkddddiiiirrrr
  17.      creates  a  directory with each given name.  By default, the
  18.      mode of created directories is 0777 minus the  bits  set  in
  19.      the umask.
  20.  
  21.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  22.      -_m, --_m_o_d_e _m_o_d_e
  23.           Set the mode of created directories to _m_o_d_e,  which  is
  24.           symbolic  as  in chmod and uses the default mode as the
  25.           point of departure.
  26.  
  27.      -_p, --_p_a_r_e_n_t_s
  28.           Ensure that each given path exists.  Make  any  missing
  29.           parent  directories  for  each argument.  Parent direc-
  30.           tories default to the umask modified by `u+wx'.  Do not
  31.           consider  an  argument directory that already exists to
  32.           be an error.
  33.  
  34.      --_h_e_l_p
  35.           Print a usage message on standard output and exit  suc-
  36.           cessfully.
  37.  
  38.      --_v_e_r_s_i_o_n
  39.           Print version information on standard output then  exit
  40.           successfully.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU File Utilities                1
  64.  
  65.  
  66.  
  67.